home *** CD-ROM | disk | FTP | other *** search
- /* this script shuts down AnimPoint */
-
- /* -- if an AnimPoint is not running, complain ---------------------------- */
-
- if pos('ANIMPOINT', (show(ports))) = 0 then do
- say "AnimPoint server not running."
- exit 5
- end
-
- /* -- if we found one, tell it to exit ------------------------------------ */
-
- address ANIMPOINT
- quit
-